Welcome![Sign In][Sign Up]
Location:
Search - scroll text

Search list

[OS programScrollStatus

Description:  VC源码实现窗体状态栏的文字滚动特效,打开窗口后,看下边的状态栏,可看到一行英文由左向右滚动,循环滚动后,消失后会重复从左到右滚动,由明日科技提供的一个VC实用源码例子,为新手学习VC++编程助一臂之力。-VC source code form of the status bar text scrolling effects, open the window to see the status bar at the bottom, you can see a line of English scroll from left to right, after the disappearance of the rolling cycle will repeat scroll from left to right, from tomorrow Technology a VC practical source code examples for the novice learning VC++ programming help.
Platform: | Size: 808960 | Author: 刘箭 | Hits:

[OS programta

Description:  这个效果不知如何形容,有TAB菜单,有图片滚动,鼠标放TAB文字上,下面对应的一组图片就左右滚动切换,是模仿麦考林网站的产品TAB切换效果-This effect did not know how to describe the TAB menu, scroll through the pictures, mouse put TAB text below corresponds to a set of pictures to scroll left or right to switch imitate Mecoxlane site TAB transition effects
Platform: | Size: 423936 | Author: 薛峰 | Hits:

[JSP/JavaJavaScriptWonderfulexamples

Description: JavaScript精彩网页特效实例精粹,比如随机产生文本,文字循环出现,文字波浪效果,图片滚动链接效果,图片定期显示.随时间变化的提示语,简单的日历,时间倒计时,二级树型菜单效果,二级相互关联菜单等-JavaScript netnew wonderful examples of the essence, such as randomly generated text, text recurring, text wavy effect, the picture scroll effect links, pictures regularly display changes over time prompt, simple calendar, time, countdown, two tree menu effects, two interrelated menus, etc.
Platform: | Size: 4480000 | Author: 明原 | Hits:

[StatusBarskin

Description: vc如何以静态文本框为基类,自绘漂亮的滚动条控件-vc how to static text box as the base class, since the painting beautiful scroll bar control
Platform: | Size: 61440 | Author: 张德轩 | Hits:

[Embeded Linuxscrollbar

Description: 实现简单的文本输入,包括汉字和英文,主要的是显示滚动条-Simple text input, including Chinese characters and English, the main thing is display scroll bars
Platform: | Size: 5120 | Author: xiao | Hits:

[GUI Developvbrtfautoscroll

Description: 这个Vb程序能够让文本程序支持自动滚屏功能-it makes the text program auto scroll possible
Platform: | Size: 3072 | Author: | Hits:

[Static controlMyScrollBar

Description: 1. 该滚动条类 CXScrollBar 继承自 CStatic,用 GDI+ 绘制,采用贴图方式,支持png图片,各个部分的图片都是单独的 2. 该滚动条类使用时需要创建一个静态文本框,如果是在对话框中直接插入的控件,则要在对话框的 DoDataExchange() 函数中将与控件关联的数据交换语句去掉。-One of the scroll bar class CXScrollBar inherited from CStatic, with GDI+ mapping, mapping, support png images, various parts of the picture are separate two of the scroll bar when you need to create a class with static text box, if it is in dialogue directly into the control box, the dialog box will have the DoDataExchange () function will be associated with the control data exchange statement removed.
Platform: | Size: 362496 | Author: 姚远 | Hits:

[Windows Developwenbenbianjiqi

Description: 编制全屏幕文本编辑器。要求至少具备文字的增、删、改功能,光标可以上下左右移动,能前后翻屏,能删除行,能将文字保存到磁盘或从磁盘装入内存。-The preparation of full-screen text editor. Requires at least have the text, delete, change the function, the cursor can be moved up and down, to scroll off the front and rear, to remove the line, the text can be saved to disk or from disk into memory.
Platform: | Size: 162816 | Author: ndqua | Hits:

[Windows Developwenbenbianjiqi

Description: 编制全屏幕文本编辑器。要求至少具备文字的增、删、改功能,光标可以上下左右移动,能前后翻屏,能删除行,能将文字保存到磁盘或从磁盘装入内存。-The preparation of full-screen text editor. Requires at least have the text, delete, change the function, the cursor can be moved up and down, to scroll off the front and rear, to remove the line, the text can be saved to disk or from disk into memory.
Platform: | Size: 163840 | Author: heydono | Hits:

[Graph programflashtext

Description: 加载外部文本,并用按钮控制上下滚动(CS4+AS3.0)-Load external text, and with control buttons to scroll up and down (CS4+AS3.0)
Platform: | Size: 176128 | Author: 黄家华 | Hits:

[Static controlScrollText

Description:   05年时我曾在TCustomLabel的基础上写了一个简单的滚动字幕控件,也就是TScrollText,不过TScrollText只适用于少量文本,在滚动大量文本时速度会越来越慢,最后CPU占用率会升至100 !   这次发布的TSkyScrollText则可以用来滚动显示大文本,在显示大文本时其速度不会有太大变化,可以用来做大屏幕滚动字幕程序了,呵呵。   本次发布的代码是几年前就实现的,只支持D5~D2007的非Unicode版本。- 2005 when I worked in TCustomLabel written on the basis of a simple scrolling marquee control, that is TScrollText, but TScrollText applies only to a small text, large amounts of text when the scroll speed will become slower, and finally CPU occupancy rate will rise 100 ! The release TSkyScrollText can be used to scroll the display large text, large text in the display when its speed will not change much, can be used to enlarge the screen marquee program, huh. This release of the code is implemented a few years ago, only supports D5 ~ D2007 non-Unicode version.
Platform: | Size: 364544 | Author: sky | Hits:

[Otherreader

Description:   用通用对话框的ShowOpen功能取得要观看的文件名,然后编程实现如下功能:    (1) 能够在客户区自动显示文件的内容。    (2) 可以调整自动滚屏的速度。    (3) 支持显示参数的设定(字体诸属性及文字色彩)。    (4) 可以随时停止滚动和继续滚动(通过点击标签)。    (5) 内容全部显出后自动停止滚动。    (6) 在文本滚动时诸按钮自动隐去,暂停或停止滚动时按钮出现以便进行设置。-ShowOpen with common dialog box function to obtain the name of the file you want to view, and then programmed to achieve the following functions: (1) to the client area automatically displays the file contents. (2) can be adjusted automatically scroll speed. (3) support the display parameter settings (font and text color of various attributes). (4) can stop the scrolling and continue scrolling (by clicking on the tab). (5) All contents show automatically stops after scrolling. (6) in the text scrolling Zhu button automatically faded, pause or stop the scrolling buttons appear to be set.
Platform: | Size: 2048 | Author: matlab | Hits:

[Graph RecognizeVCtextscrollup-effect

Description: VC文字无间断向上滚动效果 ,有兴趣的可以了解-VC text scroll up effect without interruption
Platform: | Size: 18432 | Author: 吴迪 | Hits:

[Software Engineeringwork

Description: matlab用户图形界面用法的一个小例子。用到了文本框、滚动条等控件,对刚开始学习matlab有一定的帮助。-matlab graphical user interface uses a small example. Used in the text boxes, scroll bars, and other controls, just started learning matlab have some help.
Platform: | Size: 8192 | Author: daihanguang | Hits:

[IOSBBCyclingLabel

Description: 介绍:(iOS5+ARC版本)实现一个自定义UILabel,进行更改文本时有动画过渡。比如:cross-fade交叉淡入 scale out 比例放大淡出 scroll up 向上滚动 custom 自定义的旋转。原本UILabel的内容被修改时是没有动画效果的,感觉很生硬,而这个Demo将会给UILabel增加一些绚丽功能,当标签内容被修改时,这个时候有一个动画的过渡,比如,修改时我们可以使内容交叉淡入,或者修改时让新的内容比例放大淡出,而且还可以使新的内容向上滚动或者旋转出现。-Description: (iOS5+ ARC versions) implement a custom UILabel, make changes to text and animated transitions. For example: cross-fade crossfade scale out scaling fade scroll up scroll up custom custom rotation. Originally UILabel s content is modified is no animation, I feel very stiff, and the Demo will give UILabel add some brilliant features, when the label content is modified, this time there is an animated transition, for example, when we can modify the contents of the cross-fade, or modified so that the new content scaling out, but also the content of the new scroll or rotate appears.
Platform: | Size: 1207296 | Author: | Hits:

[JSP/JavaMarqueeName

Description: 滚动条的制作,将文字在滚动的形式在网页上出现-Scroll bar production, the text in the form of a rolling appear on the page
Platform: | Size: 190464 | Author: tian | Hits:

[IOSTextScrollViewController

Description: 文本滚动视图控制器,精选ios编程学习源码,很好的参考资料。-Text scroll view controller, select learning IOS programming source code, a good reference.
Platform: | Size: 56320 | Author: 桂花翅子 | Hits:

[Tab Controlmodpicsoft

Description: VB6.0动态添加和删除控件组并添加滚动条 摘要:VB源码,控件组件,动态删除,控件组,滚动条 VB6.0动态添加和删除控件组并添加滚动条,按照一定的格式动态添加一个可显示图片和文字的自定义控件,并添加滚动条功能,当文本框控件中的内容较多时,滚动条会自动启用,是自定义控件,比Vb默认的要好用。源代码中定义了一个用于显示图片内容的图片框控件,支持BMP图片(*.BMP)|*.BMP|JPG图片(*.JPG)|*.JPG|GIF图片(*.GIF)|*.GIF|所有文件(*.*)的显示。-VB6.0 dynamically add and remove controls group and add scroll bars Abstract: VB source, control components, dynamic delete groups of controls, scroll bars VB6.0 dynamically add and remove controls group and add scroll bars, according to a certain format dynamically add a can display custom images and text, and add a scroll bar function, when the contents of a text box control more scroll bar is automatically enabled, a custom control than Vb default to use. Source code defines a picture to display the contents of the picture box control, support for BMP images (* BMP.) |* BMP | GIF Image (* GIF.) | |. JPG images (* JPG.) |.* JPG* . GIF | All files (**) is displayed.
Platform: | Size: 169984 | Author: xushengqin | Hits:

[Delphi VCLTRichEdit

Description: Delphi控制TRichEdit组件文字内容滚动,编程学习源码,很好的参考资料。-The Delphi control TRichEdit component text scroll, learning programming source code, a good reference.
Platform: | Size: 7168 | Author: 清蒸翅子 | Hits:

[Otherwiggly

Description: 在编辑栏输入文字,在上方的显示区域这段文字将以波浪形滚动,并且字体颜色不断改变-Enter the text in the edit field in the display area at the top of this text will scroll wavy, and changing the font color
Platform: | Size: 326656 | Author: pushsmallping | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 »

CodeBus www.codebus.net